strcpy(buf, "CAUTION!|RLamer Virus found on Drive DF0:|Disk is Write Protected.");
buf[39] = num + '0';
while (ProtStatus() == TRUE)
if (SimpleRequest(buf, "Retry|Cancel", Window, 0) == 1) return;
if(Rename(invisible,newfile) == DOSFALSE)
{
strcat(buf, "Attempt to rename virus Failed.|Your disk has an invisible file on it,|which contains this virus.");
SimpleRequest(buf, "Thanks for the Warning", Window, 0);
return;
}
else
{
strcat(buf, "The virus has been renamed to the root directory|of that disk, as 'DANGERVIRUS'.|Please Delete this file, and edit your|Startup-Sequence to remove the invisible filename|found on the first line.");